Conversation
|
Known problem: the |
lcolitti
left a comment
There was a problem hiding this comment.
This commit simplifies things but it doesn't fix the problem. Once there are too many windows, the box starts growing, and moving to the right any widgets that are to the right of it.
For example, to the right of the window list, I have volume, network, battery, tray, and clock widgets, and if I open too many windows, the window list starts growing and pushing those widgets off the screen.
Hi |
|
I believe this was updated in the gtk4 port. |
Probably fixes #150
This patch refactors the calculation of
WayfireToplevel's width. Instead of recalculating the width manually, it simply doeslabel.set_ellipsizeandlabel.set_max_width_chars.Also there are a few minor style-ish changes suggested by clang-tidy.